API - Debugging namespace

Function Summary
cot_backtracePrints program execution backtrace.
cot_checkpointDumps current state of global variables into debug log file and continues normal script execution.
cot_printAccepts several variables and prints their values in debug mode (var dump).
cot_vardumpPrints structure and contents of all global variables currently assigned.
cot_watchDumps current state of its arguments to debug log file and continues normal script execution.
Global Summary
COT_CHECKPOINT_LOCALSDumps variables in local scope into debug log file and continues normal script execution.
COT_VARDUMP_LOCALSLocal vardump macro.